inherited DirScriptDialog: TDirScriptDialog Left = 273 Top = 188 BorderIcons = [biSystemMenu, biMinimize, biMaximize] BorderStyle = bsSizeable Caption = '%' ClientHeight = 285 ClientWidth = 433 Constraints.MinHeight = 215 Constraints.MinWidth = 222 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object IconShape: TShape Left = 8 Top = 8 Width = 48 Height = 48 Pen.Color = clSilver Pen.Width = 4 end object Icon: TUiImage Left = 16 Top = 16 Width = 32 Height = 32 Center = True end object ProgressLbl: TUiLabel Left = 72 Top = 16 Height = 13 Caption = '%' end object ProgressBar: TUiProgressBar Left = 72 Top = 35 Width = 349 Height = 17 Anchors = [akLeft, akTop, akRight] TabOrder = 0 Visible = False end object PageControl: TUiPageControl Left = 8 Top = 61 Width = 417 Height = 173 ActivePage = tsLog Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 1 object tsLog: TUiTabSheet Caption = 'Log' inline LogFrame: TLogFrame Left = 0 Top = 0 Width = 409 Height = 145 Align = alClient TabOrder = 0 inherited LeftPanel: TUiPanel Height = 145 Visible = False end end end object tsScript: TUiTabSheet Caption = 'Script' object ScriptLB: TUiListBox Left = 0 Top = 0 Width = 409 Height = 145 Align = alClient ItemHeight = 13 TabOrder = 0 end end object tsErrorLog: TUiTabSheet Caption = 'Errors' object ErrorLogLB: TUiListBox Left = 0 Top = 0 Width = 409 Height = 145 Align = alClient ItemHeight = 13 TabOrder = 0 end end end object BottomPanel: TUiPanel Left = 0 Top = 242 Width = 433 Height = 43 Align = alBottom BevelOuter = bvNone TabOrder = 2 SizeGripper = True DesignSize = ( 433 43) object BeepWhenFinishedEdit: TUiCheckBox Left = 8 Top = 0 Height = 17 Caption = 'Beep when finished' TabOrder = 0 end object CloseWhenFinishedEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Close when finished' TabOrder = 1 end object CancelBtn: TUiButton Left = 352 Top = 16 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick AutoSize = asRight end end object LogPopup: TUiPopupMenu Left = 377 Top = 8 object LogCopyItem: TUiMenuItem Caption = 'Copy' ShortCut = 16451 OnClick = LogCopyClick end object LogSelectAllItem: TUiMenuItem Caption = 'Select All' ShortCut = 16449 OnClick = LogSelectAllClick end end end